www.gusucode.com > 云网互动影视系统(12套模版和资源联盟) 6.2 > 云网互动影视系统(12套模版和资源联盟) 6.2.4/免费版/Users/Users_Index.asp

    <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>云网互动影视6.0--用户管理</title>
</head>
<%URl=Request.QueryString("Url")
IF Request.QueryString("Action")<>"" then
URL=URL&"?"&"Action="&Request.QueryString("Action")
end if
IF Request.QueryString("ID")<>"" then
URL=URL&"&ID="&Request.QueryString("ID")
end if 
IF URL="" THEN
URl="Users_right.asp"
END IF%>
<FRAMESET id=Frame border=0 frameSpacing=0 rows=100,* frameBorder=0 cols=*>
<FRAME id=top name=top src="Users_Top.asp" noResize scrolling=no>
<FRAMESET id=bottom border=0 frameSpacing=0 cols=246,*><FRAME src="Users_Left.asp" name=left scrolling="auto" id=left>
<FRAME id=right name=right marginWidth=0 marginHeight=0 src="<%=URL%>" frameBorder=0 scrolling="auto">
</FRAMESET></FRAMESET>
<noframes></noframes>
</HTML>